Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use fork of distributed with fix for thread-safety #61

Closed
wants to merge 1 commit into from

Conversation

m-fila
Copy link
Collaborator

@m-fila m-fila commented Oct 30, 2024

BEGINRELEASENOTES

  • Switched to fork of Distributed with fixed thread-safety

ENDRELEASENOTES

With Julia 1.10 we experience errors when using multiple-processes due to thread-unsafties in Distributed.
With Julia 1.11 surprisingly the errors seems to disappear even though the thread-safety in Distributed wasn't improved yet.

As per recommendation branch with thread-safeties will be used for now
To be removed once JuliaLang/Distributed.jl#101 is merged

@m-fila m-fila added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@m-fila m-fila mentioned this pull request Dec 10, 2024
@m-fila m-fila closed this Dec 10, 2024
@m-fila m-fila deleted the distributed_fix branch December 10, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant